GetFilePath

Returns the file path to a QA Wizard Pro script or running application.

Syntax

GetFilePath(FileId)

Arguments

Argument Description
FileId File constant. See Constants.

Return value

Value Description
Value Directory path where the script or last started application is stored.

Example

script = GetFilePath(QAWScript)

PrintLn("Running script saved at " + script)